home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / dev / misc / 2b_UAE_Detect.readme < prev    next >
Text File  |  1999-05-02  |  1KB  |  54 lines

  1. Short:    UAE Detection procedure
  2. Author:   Marcin Juszkiewicz (Szczepan/BlaBla)
  3. Uploader: szczepan@blabla.w.pl
  4. Type:     dev/misc
  5. Date:     26.04.1999
  6.  
  7. --------------------------------------------------------------------------
  8.  
  9. 1. Introduction.
  10.  
  11.     As you know some people use UAE for emulating Amiga. I don't like this.
  12. I wanted to know is there any solution to detect is program is runned on real
  13. or emulated Amiga.
  14.  
  15. 2. How it is done.
  16.  
  17.     In UAE you can have few expansions cards :
  18.  
  19.         - Fast Memory
  20.         - Zorro III Fast Memory
  21.         - Graphics Card
  22.         - HDD Controler
  23.  
  24.     My procedure checks is there any of those cards and if any of them will be
  25. found the emulated Amiga will be HALTED.
  26.  
  27. 3. How to use.
  28.  
  29.     In archive I included AmigaE module with source so anyone can translate it
  30. to any other language. In AmigaE usage is simple :
  31.  
  32. MODULE 'blabla/uae_detect'
  33.  
  34. PROC main()
  35.  
  36.     uae_detect()
  37.  
  38. ENDPROC
  39.  
  40. 4. Suggestions.
  41.  
  42.     If you have any please write to me - szczepan@blabla.w.pl
  43.  
  44.  
  45. ============================= Archive contents =============================
  46.  
  47. Original  Packed Ratio    Date     Time    Name
  48. -------- ------- ----- --------- --------  -------------
  49.     1008     528 47.6% 26-Apr-99 11:19:30 +2b_UAE_Detect.readme
  50.     2329     855 63.2% 22-Apr-99 16:29:52 +UAE_Detect.e
  51.     1070     628 41.3% 26-Apr-99 11:12:02 +uae_detect.m
  52. -------- ------- ----- --------- --------
  53.     4407    2011 54.3% 29-Apr-99 23:40:16   3 files
  54.